'宣言 Public Overloads Overrides Function GetSchema( _ ByVal collectionName As System.String, _ ByVal restrictionValues() As System.String _ ) As System.Data.DataTable
public override System.Data.DataTable GetSchema( System.string collectionName, System.string[] restrictionValues )
パラメータ
- collectionName
- Specifies the name of the schema to return.
- restrictionValues
- Specifies a set of restriction values for the requested schema.
戻り値の型
A System.Data.DataTable that contains schema information.